CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Computer Graphics with openGL

搜索资源列表

  1. AUTODES

    0下载:
  2. OpenGL™ 是行业领域中最为广泛接纳的 2D/3D 图形 API, 其自诞生至今已催生了各种计算机平台及设备上的数千优秀应用程序。OpenGL™ 是独立于视窗操作系统或其它操作系统的,亦是网络透明的。在包含CAD、内容创作、能源、娱乐、游戏开发、制造业、制药业及虚拟现实等行业领域中,OpenGL™ 帮助程序员实现在 PC、工作站、超级计算机等硬件设备上的高性能、极具冲击力的高视觉表现力图形处理软件的开发。 -OpenGL ™ is the ind
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-07
    • 文件大小:1038608
    • 提供者:yang tony
  1. withOpenGL

    0下载:
  2. 这是计算机图形学课本上相应与OPENGL实例的例子,非常好-This is a computer graphics textbook example of the corresponding instance with OPENGL, very good
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:57366
    • 提供者:
  1. myOpenGL

    0下载:
  2. The walking man. OpenGL project, with basic computer graphics elements.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:335010
    • 提供者:Yaya
  1. tanke2

    1下载:
  2. opengl绘制一幅坦克三维图形,能够与电脑交互,是学习opengl入门的好例子-3D graphics opengl to draw a tank, able to interact with the computer, is a good example to learn opengl entry
  3. 所属分类:OpenGL program

    • 发布日期:2015-11-02
    • 文件大小:5120
    • 提供者:赵二
  1. PDF-and-the-source-code

    0下载:
  2. 《Visual C++ 实践与提高-图形图像编程篇》,本书将向读者讲述如何用Visual C++进行图形图像编程。本书共分为图形篇、图像篇、综合提高篇。图形篇以计算机绘图的基础知识为铺垫,介绍了各种图形元素的绘制方法,并结合实际代码实现了一个小型的绘图系统;图像篇通过实例向读者介绍了不同格式图像的处理方法,并给出了一些特效处理的技巧;综合提高篇综合应用了图形图像的知识,包括图形图像文件格式之间的转换、打印和打印预览、使用OpenGL和DirectX进行图形图像处理等内容。-" Visua
  3. 所属分类:Special Effects

    • 发布日期:2017-11-04
    • 文件大小:41635840
    • 提供者:
  1. 2

    0下载:
  2. 用OPENGL画图,来自于计算机图形学基础第二章-Drawing with OpenGL, from Chapter Fundamentals of Computer Graphics
  3. 所属分类:source in ebook

    • 发布日期:2017-11-19
    • 文件大小:316944
    • 提供者:李杨
  1. 31

    0下载:
  2. 用opengl画相关图形,计算机图形学基础第三章-Painting with OpenGL graphics, Chapter III, Fundamentals of Computer Graphics
  3. 所属分类:source in ebook

    • 发布日期:2017-11-20
    • 文件大小:194852
    • 提供者:李杨
  1. redbook

    0下载:
  2. About This Guide The OpenGL graphics system is a software interface to graphics hardware. (The GL stands for Graphics Library.) It allows you to create interactive programs that produce color images of moving three-dimensional objects. With Ope
  3. 所属分类:source in ebook

    • 发布日期:2017-05-20
    • 文件大小:6123303
    • 提供者:sad
  1. Flowing-Fountain

    0下载:
  2. Butterfly flying simulation opengl achieve texture mapping te Point cloud data were displayed, OpenGL implementation model based opengl an image production, dynam The template code, can realize th Opengl achieve the collision with
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-14
    • 文件大小:4632
    • 提供者:giang tuấ n
  1. nothing

    0下载:
  2. The main object of this program is that the students will able to learn how to create a cylinder and a parallelepiped using OpenGL functions. You can Download the Computer graphics lab Programs for VTU 6th sem computer science Google drive link.
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:974
    • 提供者:moh
  1. Ellipse-midpoint-algorithm

    0下载:
  2. 计算机图形学中基于mfc的OpenGl实现的圆弧中点扫描算法绘制椭圆,半径可以自己设置,附有可执行文件。-Computer graphics based on the OpenGl MFC implementation of the arc midpoint scanning algorithm to draw the ellipse, the radius can be their own settings, with the executable file.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-13
    • 文件大小:2813198
    • 提供者:蔡颖
  1. Circle-midpoint-algorithm

    0下载:
  2. 计算机图形学中基于MFC的OpenGL实现的圆弧中点扫描算法绘制圆形,半径可以自己设置,附有可执行文件。-Computer graphics based on the OpenGL MFC realization of the circular arc midpoint scanning algorithm to draw the circle, the radius can be their own settings, with the executable file.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-14
    • 文件大小:3183815
    • 提供者:蔡颖
  1. bumptex

    0下载:
  2. OPENGL计算机图形学编程代码,实现BUMP MAPPING,可配合OPENGL编程基础一书使用-OPENGL computer graphics programming code, implementation BUMP MAPPING, in line with the OPENGL programming use basic one book
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:2513
    • 提供者:du872257
  1. cubetexshader

    0下载:
  2. 计算机图形学编程源码,实现纹理映射功能,可配合OPENGL编程基础(第三版)一书使用-Computer graphics programming source code, implementation texture mapping function, in line with the basic OPENGL Programming (Third Edition) to use one book
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-13
    • 文件大小:2166
    • 提供者:guan317395
  1. nonphoto

    0下载:
  2. 计算机图形学编程源码,实现cartoon动画动能,可配合OPENGL编程基础(第三版)一书使用-Computer graphics programming source code, implementation cartoon animation kinetic energy, in line with the basic OPENGL Programming (Third Edition) to use one book
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:2048
    • 提供者:xiana626286
  1. nonphoto2

    0下载:
  2. OpenGL计算机图形学编程源码,实现动画效果,可配合OPENGL编程基础(第三版)一书使用-Computer Graphics OpenGL programming source, achieve animation effects, and with basic programming OPENGL (Third Edition) to use one book
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2049
    • 提供者:huanag40053
  1. root

    0下载:
  2. 计算机图形学OPENGL用VC做的机器人-Computer Graphics OPENGL robot to do with VC
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:2907
    • 提供者:jai788628
  1. samuel_sphere

    0下载:
  2. 用opengl画的球,按abcd可出现4个不同的图案,网状球体,不透明球体,等等。是本人计算机图形学第一个course work-opengl painting with the ball by abcd, there will be four different designs mesh spherical, opaque sphere, and so on. I was a computer graphics course work
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2244
    • 提供者:xaie5d349
  1. nature.cpp

    0下载:
  2. Its a nature picture made with opengl computer graphics
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:1187
    • 提供者:siakshay
  1. Qt_Opengl

    0下载:
  2. 基本图元绘制、计算机图形学上机实验报告、1,熟悉图形软件开发工具:VC++, OpenGL等; 2,设计、实现线段的DDA、Bresenham算法 3,设计、实现中点圆、中点椭圆生成算法; 4,设计、实现填充图元生成算法;-The basic primitive computer graphics, computer lab report 1, familiar with the graphics software development tools: vc++, OpenGL, e
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-02
    • 文件大小:14197341
    • 提供者:h
« 1 2 3 45 »
搜珍网 www.dssz.com